home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / mac / files / t_sys5 / unixcpio.gz / unixnet.cpio / unix.h < prev    next >
C/C++ Source or Header  |  1994-07-11  |  180b  |  8 lines

  1. /* Asynch controller control block */
  2. struct asy {
  3.     int speed;        /* Line speed */
  4.     char *tty;
  5. };
  6. extern struct asy asy[];
  7. extern unsigned nasy;        /* Actual number of asynch lines */
  8.